arm: add support for arch timer
authorVitaly Andrianov <[email protected]>
Fri, 4 Apr 2014 17:16:49 +0000 (13:16 -0400)
committerTom Rini <[email protected]>
Thu, 17 Apr 2014 21:24:38 +0000 (17:24 -0400)
commit11bc75572218eeb7f9d9a5f189e98e328a8aeac9
treea6e66e398bcec726ed8ec312f7ad222f81e8b450
parentbf411ea9f11a757cb3916f3a2e9753f4e0208672
arm: add support for arch timer

This patch add basic support for the architecture timer found on recent
ARMv7 based SoCs.

Signed-off-by: Vitaly Andrianov <[email protected]>
Signed-off-by: Murali Karicheri <[email protected]>
arch/arm/cpu/armv7/Makefile
arch/arm/cpu/armv7/arch_timer.c [new file with mode: 0644]